-
Notifications
You must be signed in to change notification settings - Fork 706
chore: update metrics support in instrumentation readme #8143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated the instrumentation package table to indicate that the Gin Gonic framework supports both metrics and traces. I initially thought that it does not support metrics until I saw that it was already implemented in open-telemetry#6747.
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8143 +/- ##
=====================================
Coverage 81.8% 81.8%
=====================================
Files 194 194
Lines 13380 13380
=====================================
Hits 10954 10954
Misses 2029 2029
Partials 397 397 🚀 New features to boost your workflow:
|
|
In fact, not only Would you be willing to update the latest status of the other components together? |
Thanks for the hint @flc1125. I have taken a look at the other instrumentation modules and update the PR. 👍🏻 |
Updated the instrumentation package table to indicate that the Gin Gonic framework supports both metrics and traces. I initially thought that it does not support metrics until I saw that it was already implemented in #6747. 😅